index.js 144 B

123456
  1. const html = require("./example.vue");
  2. const container = document.getElementById("container");
  3. console.log(html);
  4. container.innerHTML = html;