diff --git a/source/api/options.md b/source/api/options.md index 7b7adfbfd9..e8069f448c 100644 --- a/source/api/options.md +++ b/source/api/options.md @@ -184,7 +184,7 @@ If the option is available at instantiation, the instance will immediately enter A string template to be used as the markup for the Vue instance. By default, the template will **replace** the mounted element. When the `replace` option is set to `false`, the template will be inserted into the mounted element instead. In both cases, any existing markup inside the mounted element will be ignored, unless [content insertion points](/guide/components.html#Content_Insertion) are present in the template. -If the string starts with `#` it will be used as a querySelector and use the selected element's innerHTML and the template string. This allows the use of the common `