Search
 
SCRIPT & CODE EXAMPLE
 

JAVASCRIPT

nuxt head script content

head: {
    title: 'myTitle',
    meta: [
      { charset: 'utf-8' },
      { 'http-equiv': 'pragma', content: 'no-cache' },
      { 'http-equiv': 'cache-control', content: 'no-cache' },
      { 'http-equiv': 'expires', content: '0' },
      { content: 'telephone=no', name: 'format-detection' }
    ],
    script: [
      {
        innerHTML: 'console.log("hello")',
        type: 'text/javascript',
      	__dangerouslyDisableSanitizers: ['script']
      }
    ]
  }
Comment

PREVIOUS NEXT
Code Example
Javascript :: redirect with react router v6 
Javascript :: jquery reset form fields 
Javascript :: why does my page reloads on form submission 
Javascript :: angular call function every x seconds 
Javascript :: image preview using js 
Javascript :: $(document).ready, window.onload 
Javascript :: device width js 
Javascript :: return random rows sqlite 
Javascript :: google oauth logout 
Javascript :: get cookie javascript 
Javascript :: timestamps in mongoose 
Javascript :: how to reverse loop in javascript 
Javascript :: set cursor type javascript 
Javascript :: duplicate an array in javascript n times 
Javascript :: the update operation document must contain atomic operators mongodb 
Javascript :: connecting react to socket.io 
Javascript :: Uncaught (in promise): NullInjectorError 
Javascript :: ajax datatable reload paging retained 
Javascript :: discord.js pick random from array 
Javascript :: jquery search for string in text 
Javascript :: javascript for...of index 
Javascript :: express get raw path 
Javascript :: run cypress 
Javascript :: ajax jquery errors 
Javascript :: jquery validation phone number 
Javascript :: react counter input 
Javascript :: postman test check response status 
Javascript :: copy file javascript 
Javascript :: js get vh value 
Javascript :: loop through javascript array 
ADD CONTENT
Topic
Content
Source link
Name
8+9 =