Przeglądaj źródła

chore: delete unused import of shopping-cart example (#2156)

若川 3 lat temu
rodzic
commit
75d20ece2d
1 zmienionych plików z 0 dodań i 1 usunięć
  1. 0 1
      examples/composition/shopping-cart/app.js

+ 0 - 1
examples/composition/shopping-cart/app.js

@@ -1,7 +1,6 @@
 import { createApp } from 'vue'
 import App from './components/App.vue'
 import store from './store'
-import { currency } from './currency'
 
 const app = createApp(App)