vue2-client 1.8.235 → 1.8.236

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vue2-client",
3
- "version": "1.8.235",
3
+ "version": "1.8.236",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "serve": "SET NODE_OPTIONS=--openssl-legacy-provider && vue-cli-service serve --no-eslint",
@@ -1,6 +1,6 @@
1
1
  <script>
2
2
 
3
- import AddressSearchCombobox from '@/base-client/components/common/AddressSearchCombobox/index'
3
+ import AddressSearchCombobox from '@vue2-client/base-client/components/common/AddressSearchCombobox/index'
4
4
 
5
5
  export default {
6
6
  name: 'Demo',
package/vue.config.js CHANGED
@@ -99,7 +99,6 @@ module.exports = {
99
99
  extensions: ['.js', '.vue', '.json'],
100
100
  alias: {
101
101
  '@vue2-client': path.resolve('src'),
102
- '@': path.resolve('src')
103
102
  }
104
103
  }
105
104
  config.entry.app = ['core-js/stable', 'regenerator-runtime/runtime', 'whatwg-fetch', './src/main.js']