gds-plus-design-vue 1.0.1 → 1.0.21

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.
@@ -0,0 +1,8 @@
1
+ import en_US from './en_US.js';
2
+ import vi_VN from './vi_VN.js';
3
+ import zh_CN from './zh_CN.js';
4
+ import id_ID from './id_ID.js';
5
+ export const enUS = en_US
6
+ export const viVN = vi_VN
7
+ export const zhCN = zh_CN
8
+ export const idID = id_ID