sard-uniapp 1.4.0-alpha → 1.4.0-beta
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/changelog.md +1 -1
- package/global.d.ts +1 -4
- package/package.json +1 -1
package/changelog.md
CHANGED
package/global.d.ts
CHANGED
|
@@ -1,5 +1,3 @@
|
|
|
1
|
-
import '@vue/runtime-core'
|
|
2
|
-
|
|
3
1
|
import SarAccordion from './components/accordion/accordion'
|
|
4
2
|
import SarAccordionItem from './components/accordion-item/accordion-item'
|
|
5
3
|
import SarActionSheet from './components/action-sheet/action-sheet'
|
|
@@ -87,8 +85,7 @@ import SarToast from './components/toast/toast'
|
|
|
87
85
|
import SarToastAgent from './components/toast-agent/toast-agent'
|
|
88
86
|
import SarUpload from './components/upload/upload'
|
|
89
87
|
|
|
90
|
-
declare module '
|
|
91
|
-
// GlobalComponents for Volar
|
|
88
|
+
declare module 'vue' {
|
|
92
89
|
export interface GlobalComponents {
|
|
93
90
|
SarAccordion: typeof SarAccordion
|
|
94
91
|
SarAccordionItem: typeof SarAccordionItem
|
package/package.json
CHANGED