On my site I am using Google CSE (custom search engine by google).
Here is my HTML:
...
Vue thinks that you are trying to load a Vue component named gcse:search.
gcse:search
In order to ignore this tag, add the v-pre directive:
Or, you could add the gcse:search tag to Vue's list of ignoredElements:
Vue.config.ignoredElements = ['gcse:search']