dufu1991 vor 3 Jahren
Ursprung
Commit
60de319b1f
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      demo/src/App.svelte

+ 1 - 1
demo/src/App.svelte

@@ -5,7 +5,7 @@
 	import { NavBar, Icon } from 'stdf';
 	import zh_CN from 'stdf/lang/zh_CN';
 	import en_US from 'stdf/lang/en_US';
-	import menuList from './data/menuList';
+	import menuList from './data/menuList'
 
 	// 循环 menuList,将所有元素的 childs 组成一个数组
 	// Cycle menuList, and combine the childs of all elements into an array