Skip to content

Commit

Permalink
Use lang="ts" for vue example. (tensorflow#464)
Browse files Browse the repository at this point in the history
  • Loading branch information
nkreeger authored Dec 24, 2017
1 parent 76742f0 commit 62f60f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demos/vue-demo/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ limitations under the License.
}
</style>

<script src="./app.ts"></script>
<script lang="ts" src="./app.ts"></script>

0 comments on commit 62f60f4

Please sign in to comment.