Skip to content

Commit 671974a

Browse files
jay-esdanielkellyioskirtles-code
authored
Builds named 'runtime' don't include the compiler (#314) (#315)
* 4 more Vue School Video Links (CAPI events, teleport, component registration, devtools) (#1576) * Fix mismatched quotes in import (#1586) * Dark-mode styling for select and option elements (#1587) * Use 'Count' instead of 'count' (#1585) * Builds named 'runtime' don't include the compiler (#1584) Co-authored-by: Daniel Kelly <[email protected]> Co-authored-by: skirtle <[email protected]>
1 parent 08eaea9 commit 671974a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/api/options-rendering.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ A string template for the component.
1414

1515
- **Details**
1616

17-
A template provided via the `template` option will be compiled on-the-fly at runtime. It is only supported when using a full build of Vue that includes the template compiler. The builds that include the template compiler have the word `runtime` in their names, e.g. `vue.runtime.esm-bundler.js`. Consult the [dist file guide](https://github.com/vuejs/core/tree/main/packages/vue#which-dist-file-to-use) for more details about the different builds.
17+
A template provided via the `template` option will be compiled on-the-fly at runtime. It is only supported when using a build of Vue that includes the template compiler. The template compiler is **NOT** included in Vue builds that have the word `runtime` in their names, e.g. `vue.runtime.esm-bundler.js`. Consult the [dist file guide](https://github.com/vuejs/core/tree/main/packages/vue#which-dist-file-to-use) for more details about the different builds.
1818

1919
If the string starts with `#` it will be used as a `querySelector` and use the selected element's `innerHTML` as the template string. This allows the source template to be authored using native `<template>` elements.
2020

0 commit comments

Comments
 (0)