npm vue-loader 13.1.0

latest releases: 17.4.2, 17.4.1, 17.4.0...
6 years ago
  • Support for compiling templates for functional components. This feature requires vue and vue-template-compiler >= 2.5.0.

    To denote a template that should be compiled as a functional component, add the functional attribute to the template block. Also, props need to be accessed as props.xxx.

    <template functional>
      <div>{{ props.foo }}</div>
    </template>

Don't miss a new vue-loader release

NewReleases is sending notifications on new releases.