Toggle nav
Posted 9 years ago - updated 9 years ago vuejs phantomjs
If using PhantomJs to test vuejs, please note:
<template> ... </template>
will not work. You will need to use:
<script type="text/x-template"> ... </script>
more