Skip to content

Commit

Permalink
modify: es6 import
Browse files Browse the repository at this point in the history
  • Loading branch information
yuda-lyu committed Mar 25, 2024
1 parent 7d38f5f commit 4983157
Show file tree
Hide file tree
Showing 117 changed files with 284 additions and 229 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/ci-test.yml
@@ -0,0 +1,24 @@
name: Node.js CI

on: [push]

jobs:
build:

runs-on: ubuntu-latest

strategy:
matrix:
node-version: [20.x]

steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- run: npm cache clean -f
- run: npm install
- run: npm test
env:
CI: true
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -36,5 +36,5 @@ npm i w-threejs-vue
```
[Necessary] Add script for w-threejs-vue.
```alias
<script src="https://cdn.jsdelivr.net/npm/w-threejs-vue@1.0.7/dist/w-threejs-vue.umd.js"></script>
<script src="https://cdn.jsdelivr.net/npm/w-threejs-vue@1.0.8/dist/w-threejs-vue.umd.js"></script>
```
8 changes: 4 additions & 4 deletions dist/w-threejs-vue.umd.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/w-threejs-vue.umd.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/examples/app.html
Expand Up @@ -40,7 +40,7 @@


<!-- app -->
<script src="app.umd.js?1711071893346"></script>
<script src="app.umd.js?1711381017316"></script>

</head>
<body style="font-family:'Microsoft JhengHei','Avenir','Helvetica'; padding:0px; margin:0px;">
Expand Down
12 changes: 6 additions & 6 deletions docs/examples/app.umd.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/examples/app.umd.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/examples/ex-AppAxAxisXLineColor.html
Expand Up @@ -43,7 +43,7 @@
/>

<!-- w-threejs-vue -->
<script src="https://cdn.jsdelivr.net/npm/w-threejs-vue@1.0.7/dist/w-threejs-vue.umd.js"></script>
<script src="https://cdn.jsdelivr.net/npm/w-threejs-vue@1.0.8/dist/w-threejs-vue.umd.js"></script>

<!-- lodash -->
<script src="https://cdn.jsdelivr.net/npm/lodash@latest/lodash.min.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/ex-AppAxAxisXLineWidth.html
Expand Up @@ -43,7 +43,7 @@
/>

<!-- w-threejs-vue -->
<script src="https://cdn.jsdelivr.net/npm/w-threejs-vue@1.0.7/dist/w-threejs-vue.umd.js"></script>
<script src="https://cdn.jsdelivr.net/npm/w-threejs-vue@1.0.8/dist/w-threejs-vue.umd.js"></script>

<!-- lodash -->
<script src="https://cdn.jsdelivr.net/npm/lodash@latest/lodash.min.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/ex-AppAxAxisXTickLabelColor.html
Expand Up @@ -43,7 +43,7 @@
/>

<!-- w-threejs-vue -->
<script src="https://cdn.jsdelivr.net/npm/w-threejs-vue@1.0.7/dist/w-threejs-vue.umd.js"></script>
<script src="https://cdn.jsdelivr.net/npm/w-threejs-vue@1.0.8/dist/w-threejs-vue.umd.js"></script>

<!-- lodash -->
<script src="https://cdn.jsdelivr.net/npm/lodash@latest/lodash.min.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/ex-AppAxAxisXTickLabelDig.html
Expand Up @@ -43,7 +43,7 @@
/>

<!-- w-threejs-vue -->
<script src="https://cdn.jsdelivr.net/npm/w-threejs-vue@1.0.7/dist/w-threejs-vue.umd.js"></script>
<script src="https://cdn.jsdelivr.net/npm/w-threejs-vue@1.0.8/dist/w-threejs-vue.umd.js"></script>

<!-- lodash -->
<script src="https://cdn.jsdelivr.net/npm/lodash@latest/lodash.min.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/ex-AppAxAxisXTickLabelDistance.html
Expand Up @@ -43,7 +43,7 @@
/>

<!-- w-threejs-vue -->
<script src="https://cdn.jsdelivr.net/npm/w-threejs-vue@1.0.7/dist/w-threejs-vue.umd.js"></script>
<script src="https://cdn.jsdelivr.net/npm/w-threejs-vue@1.0.8/dist/w-threejs-vue.umd.js"></script>

<!-- lodash -->
<script src="https://cdn.jsdelivr.net/npm/lodash@latest/lodash.min.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/ex-AppAxAxisXTickLabelFontFamily.html
Expand Up @@ -43,7 +43,7 @@
/>

<!-- w-threejs-vue -->
<script src="https://cdn.jsdelivr.net/npm/w-threejs-vue@1.0.7/dist/w-threejs-vue.umd.js"></script>
<script src="https://cdn.jsdelivr.net/npm/w-threejs-vue@1.0.8/dist/w-threejs-vue.umd.js"></script>

<!-- lodash -->
<script src="https://cdn.jsdelivr.net/npm/lodash@latest/lodash.min.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/ex-AppAxAxisXTickLabelFontSize.html
Expand Up @@ -43,7 +43,7 @@
/>

<!-- w-threejs-vue -->
<script src="https://cdn.jsdelivr.net/npm/w-threejs-vue@1.0.7/dist/w-threejs-vue.umd.js"></script>
<script src="https://cdn.jsdelivr.net/npm/w-threejs-vue@1.0.8/dist/w-threejs-vue.umd.js"></script>

<!-- lodash -->
<script src="https://cdn.jsdelivr.net/npm/lodash@latest/lodash.min.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/ex-AppAxAxisXTickLineColor.html
Expand Up @@ -43,7 +43,7 @@
/>

<!-- w-threejs-vue -->
<script src="https://cdn.jsdelivr.net/npm/w-threejs-vue@1.0.7/dist/w-threejs-vue.umd.js"></script>
<script src="https://cdn.jsdelivr.net/npm/w-threejs-vue@1.0.8/dist/w-threejs-vue.umd.js"></script>

<!-- lodash -->
<script src="https://cdn.jsdelivr.net/npm/lodash@latest/lodash.min.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/ex-AppAxAxisXTickLineLength.html
Expand Up @@ -43,7 +43,7 @@
/>

<!-- w-threejs-vue -->
<script src="https://cdn.jsdelivr.net/npm/w-threejs-vue@1.0.7/dist/w-threejs-vue.umd.js"></script>
<script src="https://cdn.jsdelivr.net/npm/w-threejs-vue@1.0.8/dist/w-threejs-vue.umd.js"></script>

<!-- lodash -->
<script src="https://cdn.jsdelivr.net/npm/lodash@latest/lodash.min.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/ex-AppAxAxisXTickLineWidth.html
Expand Up @@ -43,7 +43,7 @@
/>

<!-- w-threejs-vue -->
<script src="https://cdn.jsdelivr.net/npm/w-threejs-vue@1.0.7/dist/w-threejs-vue.umd.js"></script>
<script src="https://cdn.jsdelivr.net/npm/w-threejs-vue@1.0.8/dist/w-threejs-vue.umd.js"></script>

<!-- lodash -->
<script src="https://cdn.jsdelivr.net/npm/lodash@latest/lodash.min.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/ex-AppAxAxisXTickNum.html
Expand Up @@ -43,7 +43,7 @@
/>

<!-- w-threejs-vue -->
<script src="https://cdn.jsdelivr.net/npm/w-threejs-vue@1.0.7/dist/w-threejs-vue.umd.js"></script>
<script src="https://cdn.jsdelivr.net/npm/w-threejs-vue@1.0.8/dist/w-threejs-vue.umd.js"></script>

<!-- lodash -->
<script src="https://cdn.jsdelivr.net/npm/lodash@latest/lodash.min.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/ex-AppAxAxisXTitle.html
Expand Up @@ -43,7 +43,7 @@
/>

<!-- w-threejs-vue -->
<script src="https://cdn.jsdelivr.net/npm/w-threejs-vue@1.0.7/dist/w-threejs-vue.umd.js"></script>
<script src="https://cdn.jsdelivr.net/npm/w-threejs-vue@1.0.8/dist/w-threejs-vue.umd.js"></script>

<!-- lodash -->
<script src="https://cdn.jsdelivr.net/npm/lodash@latest/lodash.min.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/ex-AppAxAxisXTitleColor.html
Expand Up @@ -43,7 +43,7 @@
/>

<!-- w-threejs-vue -->
<script src="https://cdn.jsdelivr.net/npm/w-threejs-vue@1.0.7/dist/w-threejs-vue.umd.js"></script>
<script src="https://cdn.jsdelivr.net/npm/w-threejs-vue@1.0.8/dist/w-threejs-vue.umd.js"></script>

<!-- lodash -->
<script src="https://cdn.jsdelivr.net/npm/lodash@latest/lodash.min.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/ex-AppAxAxisXTitleDistance.html
Expand Up @@ -43,7 +43,7 @@
/>

<!-- w-threejs-vue -->
<script src="https://cdn.jsdelivr.net/npm/w-threejs-vue@1.0.7/dist/w-threejs-vue.umd.js"></script>
<script src="https://cdn.jsdelivr.net/npm/w-threejs-vue@1.0.8/dist/w-threejs-vue.umd.js"></script>

<!-- lodash -->
<script src="https://cdn.jsdelivr.net/npm/lodash@latest/lodash.min.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/ex-AppAxAxisXTitleFontFamily.html
Expand Up @@ -43,7 +43,7 @@
/>

<!-- w-threejs-vue -->
<script src="https://cdn.jsdelivr.net/npm/w-threejs-vue@1.0.7/dist/w-threejs-vue.umd.js"></script>
<script src="https://cdn.jsdelivr.net/npm/w-threejs-vue@1.0.8/dist/w-threejs-vue.umd.js"></script>

<!-- lodash -->
<script src="https://cdn.jsdelivr.net/npm/lodash@latest/lodash.min.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/ex-AppAxAxisXTitleFontSize.html
Expand Up @@ -43,7 +43,7 @@
/>

<!-- w-threejs-vue -->
<script src="https://cdn.jsdelivr.net/npm/w-threejs-vue@1.0.7/dist/w-threejs-vue.umd.js"></script>
<script src="https://cdn.jsdelivr.net/npm/w-threejs-vue@1.0.8/dist/w-threejs-vue.umd.js"></script>

<!-- lodash -->
<script src="https://cdn.jsdelivr.net/npm/lodash@latest/lodash.min.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/ex-AppAxAxisYLineColor.html
Expand Up @@ -43,7 +43,7 @@
/>

<!-- w-threejs-vue -->
<script src="https://cdn.jsdelivr.net/npm/w-threejs-vue@1.0.7/dist/w-threejs-vue.umd.js"></script>
<script src="https://cdn.jsdelivr.net/npm/w-threejs-vue@1.0.8/dist/w-threejs-vue.umd.js"></script>

<!-- lodash -->
<script src="https://cdn.jsdelivr.net/npm/lodash@latest/lodash.min.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/ex-AppAxAxisYLineWidth.html
Expand Up @@ -43,7 +43,7 @@
/>

<!-- w-threejs-vue -->
<script src="https://cdn.jsdelivr.net/npm/w-threejs-vue@1.0.7/dist/w-threejs-vue.umd.js"></script>
<script src="https://cdn.jsdelivr.net/npm/w-threejs-vue@1.0.8/dist/w-threejs-vue.umd.js"></script>

<!-- lodash -->
<script src="https://cdn.jsdelivr.net/npm/lodash@latest/lodash.min.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/ex-AppAxAxisYTickLabelColor.html
Expand Up @@ -43,7 +43,7 @@
/>

<!-- w-threejs-vue -->
<script src="https://cdn.jsdelivr.net/npm/w-threejs-vue@1.0.7/dist/w-threejs-vue.umd.js"></script>
<script src="https://cdn.jsdelivr.net/npm/w-threejs-vue@1.0.8/dist/w-threejs-vue.umd.js"></script>

<!-- lodash -->
<script src="https://cdn.jsdelivr.net/npm/lodash@latest/lodash.min.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/ex-AppAxAxisYTickLabelDig.html
Expand Up @@ -43,7 +43,7 @@
/>

<!-- w-threejs-vue -->
<script src="https://cdn.jsdelivr.net/npm/w-threejs-vue@1.0.7/dist/w-threejs-vue.umd.js"></script>
<script src="https://cdn.jsdelivr.net/npm/w-threejs-vue@1.0.8/dist/w-threejs-vue.umd.js"></script>

<!-- lodash -->
<script src="https://cdn.jsdelivr.net/npm/lodash@latest/lodash.min.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/ex-AppAxAxisYTickLabelDistance.html
Expand Up @@ -43,7 +43,7 @@
/>

<!-- w-threejs-vue -->
<script src="https://cdn.jsdelivr.net/npm/w-threejs-vue@1.0.7/dist/w-threejs-vue.umd.js"></script>
<script src="https://cdn.jsdelivr.net/npm/w-threejs-vue@1.0.8/dist/w-threejs-vue.umd.js"></script>

<!-- lodash -->
<script src="https://cdn.jsdelivr.net/npm/lodash@latest/lodash.min.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/ex-AppAxAxisYTickLabelFontFamily.html
Expand Up @@ -43,7 +43,7 @@
/>

<!-- w-threejs-vue -->
<script src="https://cdn.jsdelivr.net/npm/w-threejs-vue@1.0.7/dist/w-threejs-vue.umd.js"></script>
<script src="https://cdn.jsdelivr.net/npm/w-threejs-vue@1.0.8/dist/w-threejs-vue.umd.js"></script>

<!-- lodash -->
<script src="https://cdn.jsdelivr.net/npm/lodash@latest/lodash.min.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/ex-AppAxAxisYTickLabelFontSize.html
Expand Up @@ -43,7 +43,7 @@
/>

<!-- w-threejs-vue -->
<script src="https://cdn.jsdelivr.net/npm/w-threejs-vue@1.0.7/dist/w-threejs-vue.umd.js"></script>
<script src="https://cdn.jsdelivr.net/npm/w-threejs-vue@1.0.8/dist/w-threejs-vue.umd.js"></script>

<!-- lodash -->
<script src="https://cdn.jsdelivr.net/npm/lodash@latest/lodash.min.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/ex-AppAxAxisYTickLineColor.html
Expand Up @@ -43,7 +43,7 @@
/>

<!-- w-threejs-vue -->
<script src="https://cdn.jsdelivr.net/npm/w-threejs-vue@1.0.7/dist/w-threejs-vue.umd.js"></script>
<script src="https://cdn.jsdelivr.net/npm/w-threejs-vue@1.0.8/dist/w-threejs-vue.umd.js"></script>

<!-- lodash -->
<script src="https://cdn.jsdelivr.net/npm/lodash@latest/lodash.min.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/ex-AppAxAxisYTickLineLength.html
Expand Up @@ -43,7 +43,7 @@
/>

<!-- w-threejs-vue -->
<script src="https://cdn.jsdelivr.net/npm/w-threejs-vue@1.0.7/dist/w-threejs-vue.umd.js"></script>
<script src="https://cdn.jsdelivr.net/npm/w-threejs-vue@1.0.8/dist/w-threejs-vue.umd.js"></script>

<!-- lodash -->
<script src="https://cdn.jsdelivr.net/npm/lodash@latest/lodash.min.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/ex-AppAxAxisYTickLineWidth.html
Expand Up @@ -43,7 +43,7 @@
/>

<!-- w-threejs-vue -->
<script src="https://cdn.jsdelivr.net/npm/w-threejs-vue@1.0.7/dist/w-threejs-vue.umd.js"></script>
<script src="https://cdn.jsdelivr.net/npm/w-threejs-vue@1.0.8/dist/w-threejs-vue.umd.js"></script>

<!-- lodash -->
<script src="https://cdn.jsdelivr.net/npm/lodash@latest/lodash.min.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/ex-AppAxAxisYTickNum.html
Expand Up @@ -43,7 +43,7 @@
/>

<!-- w-threejs-vue -->
<script src="https://cdn.jsdelivr.net/npm/w-threejs-vue@1.0.7/dist/w-threejs-vue.umd.js"></script>
<script src="https://cdn.jsdelivr.net/npm/w-threejs-vue@1.0.8/dist/w-threejs-vue.umd.js"></script>

<!-- lodash -->
<script src="https://cdn.jsdelivr.net/npm/lodash@latest/lodash.min.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/ex-AppAxAxisYTitle.html
Expand Up @@ -43,7 +43,7 @@
/>

<!-- w-threejs-vue -->
<script src="https://cdn.jsdelivr.net/npm/w-threejs-vue@1.0.7/dist/w-threejs-vue.umd.js"></script>
<script src="https://cdn.jsdelivr.net/npm/w-threejs-vue@1.0.8/dist/w-threejs-vue.umd.js"></script>

<!-- lodash -->
<script src="https://cdn.jsdelivr.net/npm/lodash@latest/lodash.min.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/ex-AppAxAxisYTitleColor.html
Expand Up @@ -43,7 +43,7 @@
/>

<!-- w-threejs-vue -->
<script src="https://cdn.jsdelivr.net/npm/w-threejs-vue@1.0.7/dist/w-threejs-vue.umd.js"></script>
<script src="https://cdn.jsdelivr.net/npm/w-threejs-vue@1.0.8/dist/w-threejs-vue.umd.js"></script>

<!-- lodash -->
<script src="https://cdn.jsdelivr.net/npm/lodash@latest/lodash.min.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/ex-AppAxAxisYTitleDistance.html
Expand Up @@ -43,7 +43,7 @@
/>

<!-- w-threejs-vue -->
<script src="https://cdn.jsdelivr.net/npm/w-threejs-vue@1.0.7/dist/w-threejs-vue.umd.js"></script>
<script src="https://cdn.jsdelivr.net/npm/w-threejs-vue@1.0.8/dist/w-threejs-vue.umd.js"></script>

<!-- lodash -->
<script src="https://cdn.jsdelivr.net/npm/lodash@latest/lodash.min.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/ex-AppAxAxisYTitleFontFamily.html
Expand Up @@ -43,7 +43,7 @@
/>

<!-- w-threejs-vue -->
<script src="https://cdn.jsdelivr.net/npm/w-threejs-vue@1.0.7/dist/w-threejs-vue.umd.js"></script>
<script src="https://cdn.jsdelivr.net/npm/w-threejs-vue@1.0.8/dist/w-threejs-vue.umd.js"></script>

<!-- lodash -->
<script src="https://cdn.jsdelivr.net/npm/lodash@latest/lodash.min.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/ex-AppAxAxisYTitleFontSize.html
Expand Up @@ -43,7 +43,7 @@
/>

<!-- w-threejs-vue -->
<script src="https://cdn.jsdelivr.net/npm/w-threejs-vue@1.0.7/dist/w-threejs-vue.umd.js"></script>
<script src="https://cdn.jsdelivr.net/npm/w-threejs-vue@1.0.8/dist/w-threejs-vue.umd.js"></script>

<!-- lodash -->
<script src="https://cdn.jsdelivr.net/npm/lodash@latest/lodash.min.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/ex-AppAxAxisZLineColor.html
Expand Up @@ -43,7 +43,7 @@
/>

<!-- w-threejs-vue -->
<script src="https://cdn.jsdelivr.net/npm/w-threejs-vue@1.0.7/dist/w-threejs-vue.umd.js"></script>
<script src="https://cdn.jsdelivr.net/npm/w-threejs-vue@1.0.8/dist/w-threejs-vue.umd.js"></script>

<!-- lodash -->
<script src="https://cdn.jsdelivr.net/npm/lodash@latest/lodash.min.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/ex-AppAxAxisZLineWidth.html
Expand Up @@ -43,7 +43,7 @@
/>

<!-- w-threejs-vue -->
<script src="https://cdn.jsdelivr.net/npm/w-threejs-vue@1.0.7/dist/w-threejs-vue.umd.js"></script>
<script src="https://cdn.jsdelivr.net/npm/w-threejs-vue@1.0.8/dist/w-threejs-vue.umd.js"></script>

<!-- lodash -->
<script src="https://cdn.jsdelivr.net/npm/lodash@latest/lodash.min.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/ex-AppAxAxisZTickLabelColor.html
Expand Up @@ -43,7 +43,7 @@
/>

<!-- w-threejs-vue -->
<script src="https://cdn.jsdelivr.net/npm/w-threejs-vue@1.0.7/dist/w-threejs-vue.umd.js"></script>
<script src="https://cdn.jsdelivr.net/npm/w-threejs-vue@1.0.8/dist/w-threejs-vue.umd.js"></script>

<!-- lodash -->
<script src="https://cdn.jsdelivr.net/npm/lodash@latest/lodash.min.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/ex-AppAxAxisZTickLabelDig.html
Expand Up @@ -43,7 +43,7 @@
/>

<!-- w-threejs-vue -->
<script src="https://cdn.jsdelivr.net/npm/w-threejs-vue@1.0.7/dist/w-threejs-vue.umd.js"></script>
<script src="https://cdn.jsdelivr.net/npm/w-threejs-vue@1.0.8/dist/w-threejs-vue.umd.js"></script>

<!-- lodash -->
<script src="https://cdn.jsdelivr.net/npm/lodash@latest/lodash.min.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/ex-AppAxAxisZTickLabelDistance.html
Expand Up @@ -43,7 +43,7 @@
/>

<!-- w-threejs-vue -->
<script src="https://cdn.jsdelivr.net/npm/w-threejs-vue@1.0.7/dist/w-threejs-vue.umd.js"></script>
<script src="https://cdn.jsdelivr.net/npm/w-threejs-vue@1.0.8/dist/w-threejs-vue.umd.js"></script>

<!-- lodash -->
<script src="https://cdn.jsdelivr.net/npm/lodash@latest/lodash.min.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/ex-AppAxAxisZTickLabelFontFamily.html
Expand Up @@ -43,7 +43,7 @@
/>

<!-- w-threejs-vue -->
<script src="https://cdn.jsdelivr.net/npm/w-threejs-vue@1.0.7/dist/w-threejs-vue.umd.js"></script>
<script src="https://cdn.jsdelivr.net/npm/w-threejs-vue@1.0.8/dist/w-threejs-vue.umd.js"></script>

<!-- lodash -->
<script src="https://cdn.jsdelivr.net/npm/lodash@latest/lodash.min.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/ex-AppAxAxisZTickLabelFontSize.html
Expand Up @@ -43,7 +43,7 @@
/>

<!-- w-threejs-vue -->
<script src="https://cdn.jsdelivr.net/npm/w-threejs-vue@1.0.7/dist/w-threejs-vue.umd.js"></script>
<script src="https://cdn.jsdelivr.net/npm/w-threejs-vue@1.0.8/dist/w-threejs-vue.umd.js"></script>

<!-- lodash -->
<script src="https://cdn.jsdelivr.net/npm/lodash@latest/lodash.min.js"></script>
Expand Down

0 comments on commit 4983157

Please sign in to comment.