wui-components-v2 1.0.67 → 1.0.69
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.
|
@@ -7,7 +7,7 @@ import globalMessage from '../../components/global-message/global-message.vue'
|
|
|
7
7
|
import privacyPopup from '../../components/privacy-popup/privacy-popup.vue'
|
|
8
8
|
|
|
9
9
|
defineOptions({
|
|
10
|
-
name: '
|
|
10
|
+
name: 'WuiDefault',
|
|
11
11
|
})
|
|
12
12
|
const { themeVars, theme } = useManualTheme()
|
|
13
13
|
</script>
|
package/index.ts
CHANGED
|
@@ -2,8 +2,8 @@ import type { App } from 'vue'
|
|
|
2
2
|
import WuiSystemSettings from './components/wui-system-settings/wui-system-settings.vue'
|
|
3
3
|
import WuiMenus from './components/wui-menus/wui-menus.vue'
|
|
4
4
|
import Wuilogin from './components/wui-login/wui-login.vue'
|
|
5
|
-
import
|
|
6
|
-
import WuiTabbar from './components/wui-
|
|
5
|
+
import WuiDefault from './components/wui-default/wui-default.vue'
|
|
6
|
+
import WuiTabbar from './components/wui-tabbar/wui-tabbar.vue'
|
|
7
7
|
import { useLocale } from './composables/useLocale'
|
|
8
8
|
import { useManualTheme } from './composables/useManualTheme'
|
|
9
9
|
import { useGlobalLoading } from './composables/useGlobalLoading'
|
|
@@ -25,7 +25,7 @@ const coms: Array<{ name: string }> = [
|
|
|
25
25
|
WuiSystemSettings,
|
|
26
26
|
WuiMenus,
|
|
27
27
|
Wuilogin,
|
|
28
|
-
|
|
28
|
+
WuiDefault,
|
|
29
29
|
WuiTabbar,
|
|
30
30
|
WuiList,
|
|
31
31
|
WuiselectList,
|
package/package.json
CHANGED
|
File without changes
|