Skip to content

Commit b3df6af

Browse files
New version of component fixture
1 parent c88bcb0 commit b3df6af

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

generator/componentFixtureHelper.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ const templateUpdater = (m) => `<sandbox>
77
const script = '<script>';
88
const scriptUpdater = `<script>
99
import { Sandbox } from 'component-fixture'
10+
import "font-awesome/css/font-awesome.css";
1011
import "component-fixture/dist/ComponentFixture.css";`;
1112

1213
const exportComponents = ' components: {';

generator/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ module.exports = (api, context) => {
8686
if (useComponentFixture) {
8787
api.extendPackage({
8888
devDependencies: {
89-
'component-fixture': "^1.0.7"
89+
'component-fixture': "^1.0.9"
9090
}
9191
})
9292
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-cli-plugin-component",
3-
"version": "1.12.0",
3+
"version": "1.12.1",
44
"description": "vue-cli 3 plugin to develop component",
55
"main": "index.js",
66
"repository": {

0 commit comments

Comments
 (0)